home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / AATW-SSC.ZIP / DIE.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1994-03-21  |  931b  |  89 lines

  1. ;------------------------------------------------------------------------------
  2. ;                                                   .ss.
  3. ;                                                   `²²'
  4. ;             .,sS$Ss,,s$  .,sS$$$Ss.  .,sS$Ss,,s$ .ss.  .sSs.
  5. ;           .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
  6. ;           $$$'   .$$$' $$$²Sçsµ²' .$$$'   .$$$'.$$$' .$$$'  `$$b.
  7. ;           $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$'    ;$$$
  8. ;           `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
  9. ;                                    .sS²°$$$²²°"'       d²°'
  10. ;                                  .$$²  .$$'
  11. ;                                  $$$.,d$$'
  12. ;                                  `²S$$S²'
  13. ;------------------------------------------------------------------------------
  14. ; P.P.L.X. 2.OO                          (C)1996 - Lone Runner / AEGiS CoRP'96 
  15. ;------------------------------------------------------------------------------
  16. ; PPE 2.OO (plain) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.     String   STRING001
  20.     String   STRING002
  21.     String   STRING003
  22.     String   STRING004
  23.  
  24. ;------------------------------------------------------------------------------
  25.  
  26.     STRING004 = Chr(13)
  27.     FOpen 1, PPEPath() + "DIE.CNF", 0, 0
  28.     FGet 1, STRING002
  29.     Print "Commandl"
  30.     FGet 1, STRING003
  31.     PrintLn "@CLS@"
  32.     PrintLn ""
  33.     InputText STRING002, STRING001, 14, 25
  34.     If (STRING001 == "") Goto LABEL002
  35.     If (STRING001 <> "") Gosub LABEL001
  36.     End
  37.     :LABEL001
  38.     Call STRING003
  39.     :LABEL002
  40.  
  41. ;------------------------------------------------------------------------------
  42. ;
  43. ; Usage report (before postprocessing)
  44. ;
  45. ; ■ Statements used :
  46. ;
  47. ;    1       End
  48. ;    1       Goto 
  49. ;    1       Let 
  50. ;    1       Print 
  51. ;    2       PrintLn 
  52. ;    2       If 
  53. ;    1       FOpen 
  54. ;    2       FGet 
  55. ;    1       Gosub 
  56. ;    1       InputText 
  57. ;    1       Call 
  58. ;
  59. ;
  60. ; ■ Functions used :
  61. ;
  62. ;    1       +
  63. ;    1       ==
  64. ;    1       <>
  65. ;    1       Chr()
  66. ;    1       PPEPath()
  67. ;
  68. ;------------------------------------------------------------------------------
  69. ;
  70. ; Analysis flags : C
  71. ;
  72. ; C - Call child PPE ■ 3
  73. ;     This is usually normal, but may be a tricky way to launch some
  74. ;     sysop-only commands.
  75. ;     ■ Search for : CALL
  76. ;
  77. ;------------------------------------------------------------------------------
  78. ;
  79. ; Postprocessing report
  80. ;
  81. ;    0       For/Next
  82. ;    0       While/EndWhile
  83. ;    0       If/Then or If/Then/Else
  84. ;    0       Select Case
  85. ;
  86. ;------------------------------------------------------------------------------
  87. ;                 AEGiS Corp - Break the routines, code against the machines!
  88. ;------------------------------------------------------------------------------
  89.